projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fd41e
)
Make the settings test fail
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Mar 2016 20:48:40 +0000
(15:48 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Mar 2016 20:49:34 +0000
(15:49 -0500)
Small thinko: We only get to see the test artifacts in
continuous if the test fails. So make it fail, temporarily.
testsuite/tools/test-settings.in
patch
|
blob
|
history
diff --git
a/testsuite/tools/test-settings.in
b/testsuite/tools/test-settings.in
index a19b4725ffafca429399864e5b944235829e7bcd..5e32c80e123a1c29f3adfd5db4209c8e38c2645e 100755
(executable)
--- a/
testsuite/tools/test-settings.in
+++ b/
testsuite/tools/test-settings.in
@@
-10,7
+10,7
@@
echo "1..1"
name=gtk-query-settings
result=$TEST_RESULT_DIR/$name.out
$GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq 82 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 8
8
2 ]; then
echo "ok 1 $name"
else
echo "not ok 1 $name"